Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.forms.layout.dev--layouttypes

This contribution is part of XML component org.nuxeo.ecm.platform.forms.layout.dev inside nuxeo-platform-forms-layout-client-9.10.jar /OSGI-INF/layouts-dev-contrib.xml

Extension Point

Extension point layouttypes of component WebLayoutManager.

Contributed Items

  • <layoutType name="devLayout">
          <templates>
            <template mode="any">
              /widgets/dev/layouts/dev_layout_template.xhtml
            </template>
          </templates>
        </layoutType>

XML Source

<extension point="layouttypes" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">

    <layoutType name="devLayout">
      <templates>
        <template mode="any">
          /widgets/dev/layouts/dev_layout_template.xhtml
        </template>
      </templates>
    </layoutType>

  </extension>